SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 41558: Calls to model.sas macro will fail in Unix environments

DetailsAboutRate It

All calls made to the <model.sas> macro will fail when run in Unix environments. This error occurs because the following statement will cause the file "in.dat" to be created in the SAS® default directory

file in tempFile;
but write permissions are not granted on the SAS default directory on Unix environments.

To correct this problem, make a backup copy of the <model.sas> program, which is typically located in the

<installdrive>:\Program Files\SAS\SASFoundation\9.2\finance\sasmacro
directory.  Then edit this file and remove the statement shown above.

Please note that the <model.sas> macro is intended to replace functionality provided in the <fmmodel.sas> and <opmodel.sas> programs.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Financial Management64-bit Enabled AIX5.29.2 TS2M39.2 TS2M3
64-bit Enabled Solaris5.29.2 TS2M39.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.